projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7d3972
)
Add comment.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 10 Apr 2007 19:35:34 +0000
(19:35 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 10 Apr 2007 19:35:34 +0000
(19:35 +0000)
lisp/woman.el
patch
|
blob
|
history
diff --git
a/lisp/woman.el
b/lisp/woman.el
index 0461b553a1165dd358189be38db880e6a680f771..43ebd8df01378fa3fc47ab4d2b3ce86cf255c005 100644
(file)
--- a/
lisp/woman.el
+++ b/
lisp/woman.el
@@
-2286,7
+2286,8
@@
Currently set only from '\" t in the first line of the source file.")
;; conditionals and switch source requests:
(woman0-roff-buffer from)
- ;; Check for macro sets that woman cannot handle:
+ ;; Check for macro sets that woman cannot handle. We can only
+ ;; because do this after processing source-switch directives.
(goto-char (point-min))
(let ((case-fold-search nil))
(unless (and (re-search-forward "^\\.SH[ \n]" (point-max) t)